Open
Conversation
notification architecture.
auto-suspend on screen lock.
Improved thread management.
…ded missing installer creation files. Fixed capture timeout issues.
dependencies. Corrected naming of variouse components and switch to user settings from config file.
code using namespaces and ScreenCapture interface. Embedded help content using resource. Added more help content.
task icon more responsive. Updated version to 2.1.
capture failure. Opitimized retry on failure parameters. Changed release version to 2.2.
multiple Hyperion tasks in parallel. Improved tray icon events.
lot of issues and TODOs from previous commit. Updated screenshots.
…mapping. Fixing form resizing issues.
lights to turn off immediately after turning them on. Upgraded manifest to version 2.5.
- Replaced youtube image and URL from http to https to prevent Mixed-content message on https://sabaatworld.github.io/HyperionScreenCap/ - Fixed markdown bold-tags
* update all nuGet packages * remove SlimDX nuget packages * add SlimDX x86 and x64 dlls * update project to compile on x86 or x64 platform * remove Fody package
settings migration.
…PI server. Stop capture on windows shutdown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
You can insert this function: Create a virtual output which is nothing but the resultant of the merged images side by side of all screens.
In the screen configuration you could add a numeric field which, if set, indicates the order of arrangement of the captured image and then for all screens whose output goes to the same server, you create a virtual output that sends the merged image.
to merge images you can use something like this:
Thank you